home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / converter / limbo4.0 / src / 2d / graphics.h < prev    next >
Encoding:
Text File  |  1996-07-16  |  599 b   |  18 lines

  1.  void Color(BitMap *map,unsigned char col)
  2.   ;
  3.  void Color3D(BitMap3D *map,unsigned char col)
  4.   ;
  5.  BitMap *Gen3D(BitMap3D *Org,int thres, int step,
  6.                int framecol, int stepframecol,int background)
  7.   ;
  8.  void Rect(BitMap *map,int x, int y, int dx, int dy, int col)
  9.   ;
  10.  void Line(BitMap *map, int x1, int y1, int x2, int y2, int col)
  11.   ;
  12.  void RectFill(BitMap *map,int x, int y, int dx, int dy, int col)
  13.   ;
  14.  void RecursiveRect(Transformation *T, BitMap *map,int x, int y, int type, int col)
  15.   ;
  16.  void RecursiveRectFill(Transformation *T, BitMap *map,int x, int y, int type, int col)
  17.   ;
  18.